home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IO-PU220 / winXP_SP1 / VIAEHCX1.INF < prev   
INI File  |  2002-09-09  |  1KB  |  54 lines

  1. ; ******************************************************
  2. ; *  Copyright (C) 2002, VIA Technologies, Inc.        *
  3. ; *                                                    *
  4. ; *  VIAEHCX1.INF                                      *      
  5. ; *                                                    *
  6. ; *  USB 2.0 Enhanced Host Controller Driver support   *
  7. ; *  For Windows XP Service Pack 1                     *
  8. ; ******************************************************
  9.  
  10. [Version]
  11. signature="$Windows NT$"
  12. Class=USB
  13. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider=%VIA%
  15. DriverVer=09/09/2002,5.1.2600.1106
  16. CatalogFile=VIAEHCX1.CAT
  17.  
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = *
  21.  
  22. [SourceDisksNames]
  23.  
  24. [SourceDisksFiles]
  25.  
  26. ; =================== Table of content =========================
  27. ; note that these are in alphabetical order
  28. ;
  29.  
  30. [Manufacturer]
  31. %VIA%=VIA, NTx86.5.1
  32.  
  33.  
  34. ; =================== VIA ==================================
  35.  
  36. [VIA.NTx86.5.1]
  37. ; for Windows XP 
  38. %PCI\VEN_1106&DEV_3104.DeviceDesc%=EHCI.Dev.NT,PCI\VEN_1106&DEV_3104&CC_0C0320
  39.  
  40. ; Install EHCI driver for Windows XP
  41. [EHCI.Dev.NT]
  42. Include = usbport.inf
  43.  
  44. [EHCI.Dev.NT.Services]
  45. Include = usbport.inf
  46.  
  47. ;------------------------------------------ cut here -------------------------
  48.  
  49. [Strings] 
  50. VIA="VIA Technologies, Inc."
  51.  
  52. PCI\VEN_1106&DEV_3104.DeviceDesc="VIA USB 2.0 Enhanced Host Controller"
  53.  
  54.